@charset "utf-8";
/* CSS Document */

input{ 
zoom: expression(function(ele){(ele.className)?ele.className+=" "+ele.type:ele.className=ele.type; ele.style.zoom = "1";}(this));
}
input.text{
border: 1px solid; border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
height:20px;
font-size:12px;
padding:2px 3px;
color:#2e2e2e;
font-family:"微软雅黑","宋体";
float:left;
}
input.password{
border: 1px solid; border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
height:20px;
font-size:12px;
padding:2px 3px;
color:#2e2e2e;
font-family:"微软雅黑","宋体";
float:left;
}
input.button{
cursor:pointer;
font-family:"微软雅黑","宋体";
border:0;
}
input.reset{
font-family:"微软雅黑","宋体";
border:0;
}
input.file{
	border: 1px solid; border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
height:24px;
font-size:12px;
padding:2px 3px;
color:#2e2e2e;
font-family:"微软雅黑","宋体";
float:left;
	}
input.select{
	border: 1px solid; border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
height:24px;
font-size:12px;
padding:2px 3px;
color:#2e2e2e;
font-family:"微软雅黑","宋体";
float:left;
	}